home *** CD-ROM | disk | FTP | other *** search
/ 360 Degrees of: Yellowstone National Park / 360 Degrees of: Yellowstone National Park.iso / pc / data / exhibit.cst / 00012_highlight interface button.ls next >
Encoding:
Text File  |  2008-04-21  |  124 b   |  10 lines

  1. property spriteNum, me
  2. on mouseEnter
  3.   sprite(spriteNum).blend = 100
  4. end
  5.  
  6. on mouseLeave
  7.   sprite(spriteNum).blend = 70
  8. end
  9.  
  10.